Skip to content

build: update cross-repo angular dependencies (main)#33488

Open
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-cross-repo-angular-dependencies
Open

build: update cross-repo angular dependencies (main)#33488
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-cross-repo-angular-dependencies

Conversation

@angular-robot

@angular-robot angular-robot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@angular/animations dependencies digest 76b4647446665c
@angular/animations (source) devDependencies patch 22.1.0-next.322.1.0-next.5 age adoption passing confidence
@angular/cdk dependencies digest a19f6e794ab50a
@angular/cdk devDependencies patch 22.1.0-next.122.1.0-next.3 age adoption passing confidence
@angular/common dependencies digest 98b1f22b8e76c9
@angular/common (source) devDependencies patch 22.1.0-next.322.1.0-next.5 age adoption passing confidence
@angular/compiler dependencies digest 484db13d23aa3c
@angular/compiler (source) devDependencies patch 22.1.0-next.322.1.0-next.5 age adoption passing confidence
@angular/compiler-cli dependencies digest 56996176a7fbb7
@angular/compiler-cli (source) devDependencies patch 22.1.0-next.322.1.0-next.5 age adoption passing confidence
@angular/compiler-cli (source) dependencies patch 22.1.0-next.322.1.0-next.5 age adoption passing confidence
@angular/core dependencies digest ab9bdc173b3d1b
@angular/core (source) devDependencies patch 22.1.0-next.322.1.0-next.5 age adoption passing confidence
@angular/forms dependencies digest 18076559fb0def
@angular/forms (source) devDependencies patch 22.1.0-next.322.1.0-next.5 age adoption passing confidence
@angular/language-service dependencies digest e3a24deb2b21dc
@angular/localize dependencies digest f82a3f67c1fec2
@angular/localize devDependencies patch 22.1.0-next.322.1.0-next.5 age adoption passing confidence
@angular/material dependencies digest 679e6a791a939b
@angular/material devDependencies patch 22.1.0-next.122.1.0-next.3 age adoption passing confidence
@angular/material-moment-adapter dependencies digest c677c1bff693b6
@angular/ng-dev devDependencies digest 7b48972488fd3e
@angular/platform-browser dependencies digest 4051c71c6cf55c
@angular/platform-browser (source) devDependencies patch 22.1.0-next.322.1.0-next.5 age adoption passing confidence
@angular/platform-browser-dynamic dependencies digest 8c103ccd9292cd
@angular/platform-server dependencies digest 06a21bfb20ff1a
@angular/platform-server (source) devDependencies patch 22.1.0-next.322.1.0-next.5 age adoption passing confidence
@angular/router dependencies digest 23f5983bf90c50
@angular/router (source) devDependencies patch 22.1.0-next.322.1.0-next.5 age adoption passing confidence
@angular/service-worker dependencies digest d4f79ba4417d3e
@angular/service-worker (source) devDependencies patch 22.1.0-next.322.1.0-next.5 age adoption passing confidence
devinfra git_override digest a24ba19ab850ab
ng-packagr devDependencies patch 22.1.0-next.222.1.0-next.3 age adoption passing confidence
rules_angular git_override digest 123c92150b8a6d
rules_browsers git_override digest 3e4c46bb7be6ff

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


  • If you want to rebase/retry this PR, check this box

Release Notes

angular/angular (@​angular/animations)

v22.1.0-next.5

Compare Source

compiler
Commit Type Description
af5e4e1131 feat Add an error for --global-foo cases (#​68846)
d579ecaf73 feat Disable '--global-' error outside of g3 (#​68846)
f98547675c feat Namespace CSS variables to the app (#​68846)
8c8b2f7783 feat Support css var namespacing in properties (#​68846)
997b772f28 fix use regular optional chaining expression for safe function calls in TCBs
compiler-cli
Commit Type Description
eb2a8ff63f fix apply debugName transform to required signal queries
eac363e92e fix detect uninvoked signals in bound expressions using ternary
core
Commit Type Description
eab4847a8b feat Adds deep linking from Performance panel to DevTools
forms
Commit Type Description
953cdfd66a fix allow multiple async validators
forms/signals
Commit Type Description
b542302a23 fix make extractValue reactive for compat AbstractControl values
http
Commit Type Description
e3630c23c5 feat add options to allow caching of credentialed and non-cacheable HTTP requests
migrations
Commit Type Description
0a5a2b768c fix preserve transitive NgModule references when pruning
fbb705e6fd fix remove stale model import in model-output migration
router
Commit Type Description
cbbb1d8ba1 fix handle outlet named proto in segment group maps
e5c37f21de fix use safe hasOwnProperty when parsing query params

v22.1.0-next.4

Compare Source

common
Commit Type Description
311aff05aa fix use Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings
compiler
Commit Type Description
292199aa4d fix permissive whitespace parsing in default never blocks
compiler-cli
Commit Type Description
165995285c fix include toSignal in debugName transform
core
Commit Type Description
74638cab84 fix improve input writes migration in best effort mode
d7f70616a0 fix reject dynamic script host elements
router
Commit Type Description
a74801c59c fix fix malformed jsdoc comment for RouterLinkWithHref export
angular/components (@​angular/cdk)

v22.1.0-next.3

Compare Source

aria
Commit Type Description
ee20441fa fix listbox: allow navigation to specific index (#​33485)
material
Commit Type Description
c5aa5486a fix core: rework error state matcher to handle signal forms (#​33500)

v22.1.0-next.2

Compare Source

aria
Commit Type Description
e2cab48d6 fix combobox: improve autocomplete placeholder text color contrast (#​33465)
8002bce0c fix combobox: zonejs compatibility (#​33453)
cdk
Commit Type Description
864dcadee fix collections: add ability to bulk select/deselect values (#​33469)
918478727 fix scrolling: reset more properties to avoid jumping during virtual scroll (#​33439)
material
Commit Type Description
73939a835 feat slide-toggle: add full-width support (#​33424)
d81320fad fix radio: do not set cursor on non interactive radio (#​33418)
ce4710970 fix sidenav: update inert value if mode changes (#​33461)
58a78073f fix tabs: validate animation duration (#​33452)
ng-packagr/ng-packagr (ng-packagr)

v22.1.0-next.3

Compare Source

Bug Fixes
  • ng-packagr: generate specific .npmignore entries for secondary entry-point package.json files (a63fbc0), closes #​3343
Performance
  • ng-packagr: implement semaphore backpressure throttling in SassWorkerImplementation (0851ec8)
22.0.1 (2026-07-01)
Bug Fixes
  • ng-packagr: generate specific .npmignore entries for secondary entry-point package.json files (44bc3a7), closes #​3343
  • ng-packagr: prevent concurrent compilation and stale cache results (c4fd75f)
Performance
  • ng-packagr: implement semaphore backpressure throttling in SassWorkerImplementation (1b6ac8e)

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Jun 30, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates several Angular snapshot dependencies in tests/e2e/ng-snapshot/package.json to their latest commit hashes. There are no review comments, and I have no feedback to provide on these changes.

@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 20 times, most recently from 8e1aeba to 6140968 Compare July 8, 2026 00:11
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from 6140968 to 6fac56e Compare July 8, 2026 06:16
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from 6fac56e to 223a1cb Compare July 8, 2026 09:12
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 10 times, most recently from 29a08af to 60ba78d Compare July 9, 2026 03:31
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from 60ba78d to 4c87d69 Compare July 9, 2026 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants